Add 2008 to copyright years.
authorGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 02:23:04 +0000 (02:23 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 7 Jan 2008 02:23:04 +0000 (02:23 +0000)
31 files changed:
lisp/url/ChangeLog
lisp/url/url-about.el
lisp/url/url-auth.el
lisp/url/url-cache.el
lisp/url/url-cid.el
lisp/url/url-cookie.el
lisp/url/url-dav.el
lisp/url/url-dired.el
lisp/url/url-expand.el
lisp/url/url-file.el
lisp/url/url-ftp.el
lisp/url/url-gw.el
lisp/url/url-handlers.el
lisp/url/url-history.el
lisp/url/url-http.el
lisp/url/url-imap.el
lisp/url/url-irc.el
lisp/url/url-ldap.el
lisp/url/url-mailto.el
lisp/url/url-methods.el
lisp/url/url-misc.el
lisp/url/url-news.el
lisp/url/url-nfs.el
lisp/url/url-ns.el
lisp/url/url-parse.el
lisp/url/url-privacy.el
lisp/url/url-proxy.el
lisp/url/url-util.el
lisp/url/url-vars.el
lisp/url/url.el
lisp/url/vc-dav.el

index aadd79ccc02a6d17b515a1ab6be8a435b66fe518..93c88b69a0ce0208a9e909a9bacf83410f7136b8 100644 (file)
 ;; End:
 
     Copyright (C) 1999, 2001, 2002, 2004, 2005,
-       2006, 2007  Free Software Foundation, Inc.
+       2006, 2007, 2008  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
index 5ed16bb2f81629b266367638358445508e30c2db..a64d0a5f045493d2caa35ddec14f89b8702ff649 100644 (file)
@@ -1,6 +1,7 @@
 ;;; url-about.el --- Show internal URLs
 
-;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index c6fe270900b335fdf006df18b919d6747d3eccfa..10b968a68d88537c64fb47e3cb433ce4571eec7a 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-auth.el --- Uniform Resource Locator authorization modules
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index 6db30eacda97b86a8550ae7459233220c8f7f036..5c0b4287e8f2dd73e0c93fdf220ebe8586355e08 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-cache.el --- Uniform Resource Locator retrieval tool
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007  Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index d644a7d359e4f5c997110753556c2f35f20f9988..8bdbe1179cc6aa33630edc72a73b6b781ec03bd9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-cid.el --- Content-ID URL loader
 
-;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index eea34042970efd200a6c40e22a4721b03b15b242..c7a3e7da4c56bca7e34f5f3057e9e19403e6753f 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-cookie.el --- Netscape Cookie support
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index b58c16728656e4f06bb1773c16a7cfc4c1ef71af..f1f62fd4bdc79e99037df6b80c65b209d22196bd 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-dav.el --- WebDAV support
 
-;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Maintainer: Bill Perry <wmperry@gnu.org>
index 93c99447555933e2c4e0d891bb472f34b1cec6bf..79394eed2a81b120db65b4fd5155d156afd04d2d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-dired.el --- URL Dired minor mode
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, files
 
index b7efd75b4b65451909e1373acb714502536ec124..f3d84c6a1dda7507cfa6b33640f466c75532671d 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-expand.el --- expand-file-name for URLs
 
-;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 6e771c9cd6928f2637530230473027c1c66f5138..68127df6b72216d0686da1f3734c23c9ba587f51 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-file.el --- File retrieval code
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 8f2570586c73b6004bb56457e3725f9677ca88a4..d66f58e31bc2d9a23409cf5eb96464f350fce92f 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-ftp.el --- FTP wrapper
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 998d1f41900a944457d3a9b577e00d69e444f996..ea70dceb6a07869b83377ee6283d8607a07c357b 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-gw.el --- Gateway munging for URL loading
 
-;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
index d6776c238e0264472adc5a813de2cb11109d523e..7edb4785091cdc33cff4d98954ad9c0fb191b1d4 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-handlers.el --- file-name-handler stuff for URL loading
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007  Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index f47336d9b9e277a18bc3e00afe339e8c5421a719..66b41ddacccf3e3e22eab11585cf60935e85f2a4 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-history.el --- Global history tracking for URL package
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index c5931c7d877e146df1dac3ffc9b315627abcea08..955eac0f99565a986d300db0cd1f59d99cb830ec 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-http.el --- HTTP retrieval routines
 
-;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007  Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
index 5c5dff31f7660010a7788800abf9626450738d92..5e5957ba818610603bff29901ec10b25d78251d2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-imap.el --- IMAP retrieval routines
 
-;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Simon Josefsson <jas@pdc.kth.se>
 ;; Keywords: comm, data, processes
index 0cefb375bf38ae1a1ef556c1eb2e97208bf6bc36..7297e75496eb5146793936518bd405848b177142 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-irc.el --- IRC URL interface
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 50b665a0821bae86ce1ae6465b778a808c522fc5..7c9eb8f93f545f87afb8f2ff64fd3f91adacb329 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-ldap.el --- LDAP Uniform Resource Locator retrieval code
 
-;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 10d08b9633ff355a426990a8409cc782666b871c..df5e19d092af979b811859d6931f1d4984c5b6ae 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 89c36bec73735ff010bf3684d3dd55e7c55a0d07..4b732a7f67e25f4c1b09192f6bdef3add54c9552 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-methods.el --- Load URL schemes as needed
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index f70726407d37f28eb0be739ed1678a19380da7ca..61e3198ec2c00257161337ae7880129f0a602b3f 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-misc.el --- Misc Uniform Resource Locator retrieval code
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2002, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index a110a505561fb72819527b893ec229f67a5a0b2d..0efc2b0d03ad7aa3646e9320aef057e6131ca253 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-news.el --- News Uniform Resource Locator retrieval code
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index ed21434cad04c13ee701b6b923210002d94cb8ff..1c4590890d9ec4fb81dc1bdd5162595a67f2ad80 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-nfs.el --- NFS URL interface
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 85053b819b968345bf5b174589318e36f7713d65..5f36b77fe8007964a9ef3e4b9bb144efff9bef92 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-ns.el --- Various netscape-ish functions for proxy definitions
 
 ;; Copyright (C) 1997, 1998, 1999, 2004, 2005,
-;;   2006, 2007 Free Software Foundation, Inc.
+;;   2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index 57bebe56034821ba4ea0409ca2dd488f5fd9a910..d45a028cc03ac9491d32d27d42df8b26f083185e 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-parse.el --- Uniform Resource Locator parser
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes
 
index 6c29474752b3b248d7d7f8e1afe646ebf2695042..085de1b7debb8133fa4c80693ef0c7df86b3b421 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-privacy.el --- Global history tracking for URL package
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index 4984990a3fec46d5e57e7115d720219364dc7278..9a1f992be9d4d349911e36fcb28d5b7059c398b3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; url-proxy.el --- Proxy server support
 
-;; Copyright (C) 1999, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 1999, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index 4f5b4b8cd17d427df5b063fe0b41786947a17874..a1b68099e896d98977011a7e4178b054f57b5082 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-util.el --- Miscellaneous helper routines for URL library
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
index 35e69e7990b9c7deb9081f6098a5ef08013c1e31..aba40c6372688b34419d67d53bc6174bf6ac4f79 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url-vars.el --- Variables for Uniform Resource Locator tool
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
-;;   2005, 2006, 2007 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Keywords: comm, data, processes, hypermedia
 
index 98dc939af99a1e0a0dba0928400421bfab5d5aca..3a471af5542868018baeec47e0459291a2d3c9c8 100644 (file)
@@ -1,7 +1,7 @@
 ;;; url.el --- Uniform Resource Locator retrieval tool
 
 ;; Copyright (C) 1996, 1997, 1998, 1999, 2001, 2004,
-;;   2005, 2006, 2007  Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes, hypermedia
index 7e9b6606ca4f5912d264604f1a2d8e2a8e58e213..1a658da9ac0de97333fd631661b0842ea16a5401 100644 (file)
@@ -1,6 +1,6 @@
 ;;; vc-dav.el --- vc.el support for WebDAV
 
-;; Copyright (C) 2001, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+;; Copyright (C) 2001, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Maintainer: Bill Perry <wmperry@gnu.org>